Welcome![Sign In][Sign Up]
Location:
Search - vc b

Search list

[JSP/Javab

Description: 一个简单的铁路订票系统,用VC++写的,课程设计-one
Platform: | Size: 2048 | Author: 富哥 | Hits:

[GDI-BitmapDrawDot

Description: B样条曲线画图程序,包括均匀、准均匀、分段Bezier和非均匀四种类型-B-spline drawing
Platform: | Size: 9057280 | Author: lousmile | Hits:

[VC/MFCb

Description: 在VC中的编译环境下,进行SHA_1加密的封装函数-The compiler in VC environment, to carry out the package encryption function SHA_1
Platform: | Size: 1024 | Author: liuqiang | Hits:

[Special EffectsBCB_OpenCv_Detials

Description: OPencv 在BCB环境下的dll 是由vc下的dll转过来的-opencv dll for BCB converted from dll for VC
Platform: | Size: 1512448 | Author: luwei | Hits:

[Special EffectsReadBMP

Description: 用VC++实现对BMP位图的读取。使用CBitmap类中的LoadBitmap()函数成员。-Using VC++ implementation of the BMP bitmap reading. Use CBitmap class LoadBitmap () function member.
Platform: | Size: 317440 | Author: 清风斜阳 | Hits:

[Database systemsynchronize

Description: 1. 熟悉常用网络数据库的安装和使用 2. 掌握网络数据库的应用编程技术 3. 掌握网络环境下实现数据同步的相关编程知识 4. 掌握网络通信编程的具体应用 Oracle的安装和使用 2、SQL Server的安装和使用 3、数据库应用编程 本次实验采用ADO技术访问Oracle 9i和SqlServer 2000 数据库,用VC++开发,选用MFC开发工具。实验要求中只要求从从站到中心站的同步,这里我们加大难度实现了从站和中心站的互同步。项目名称为:synchronize,即为同步。 本程序分为三个模块:数据库连接操作、通信模块(包括发送和接收)、用户操作更新数据、同步更新数据库模块。 2. 通信模块(包括发送和接收)模块(Comm) a) 功能:用于将从站的insert 语句发送到中心站,中心站正确 执行后将学号返回给从站,从站更新数据库。 同时在中心站上时接收从站的insert语句。 b) 工作流程: c) 数据结构:继承MFC中的CSyncSocket类,利用它的功能。 3. 用户操作更新数据模块(User) a) 功能:接收用户对数据库的插入命令,提供用户界面。 b) 工作流程: c) 数据结构: 4. 同步更新数据库模块模块(Asy) a) 功能:将中心站接收到的insert 语句检查后,在中心站上执行,实验中心站的同步。 b) 工作流程: -1. Familiar with the popular web-based database installation and use of 2. Master network database application programming techniques 3. Master data synchronization network environment to achieve the relevant programming knowledge 4. Grasp the concrete application of network communication programming Oracle of the installation and use of 2, SQL Server installation and use of 3, database application programming This experiment using ADO technology to access SqlServer 2000 and Oracle 9i database, using VC++ development, use MFC development tools. Experimental request only requires from the slave to the central station synchronization, here we increase the degree of difficulty to achieve from the station and central station of mutual synchronization. Project name: synchronize, namely synchronization. This program is divided into three modules: the database connection operation, communication modules (including the sending and receiving), the user update the data operatio
Platform: | Size: 573440 | Author: zym | Hits:

[VC/MFCb

Description: vc++图像处理程序设计 vc++图像处理程序设计-vc++ Programming image processing image processing, vc++ program designed to vc++ image processing program design
Platform: | Size: 4267008 | Author: 冯建帅 | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: Zlib压缩算法,可在BCB下和VC下使用,附dll工程,直接用VC可编译成dll,可在其它开发环境下使用-Zlib compression algorithm can be under BCB and VC to use, with a dll project, the direct use of VC can be compiled into a dll, can be used in other development environments
Platform: | Size: 566272 | Author: daily | Hits:

[Special EffectsB-spline

Description: VC++中b-样条曲线的绘制,如何绘制的,请看程序-VC++ in the b-spline curve, how it is drawn, see the program
Platform: | Size: 1956864 | Author: songxianhui | Hits:

[Graph programtuxingxue

Description: 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:44452114 E-mail:lewsn2008@yahoo.com.cn -The program package contains a variety of computer graphics algorithms learned source: 1, straight line method (B algorithm, DDA algorithm and the mid-point algorithm) 2, 3 arc algorithm, polygon fill algorithm (ordered edge hair, Seed algorithms and pattern filling algorithm) 4, two-dimensional transform algorithm 5, line two-dimensional cutting algorithm is six, three-dimensional transform algorithm package has various algorithms source and executable programs, in addition to description and explanation of procedures to ensure easy read. Procedures are personally write console C program using Turbo C write, write GUI programs using VC. And they are all tested successfully. Can I have any questions contact: QQ: 44452114 E-mail: lewsn2008@yahoo.com.cn
Platform: | Size: 313344 | Author: lewsn2008 | Hits:

[Graph DrawingB_Spline

Description: B样条曲线的绘制 MFC VC++ 图形学实验-B-spline curve drawing MFC VC++ Graphics Experiment
Platform: | Size: 921600 | Author: 王鹏 | Hits:

[Finance-Stock software systemb

Description: VC写的银证转帐系统,证券端软件,里面有DES算法,SOCKET调用,数据库存储过程调用等,对初学者是一个很好的范例,对付简单的前置通讯也没问题。 -VC wrote Yinzhengzhuanzhang systems, securities-side software, which has DES algorithm, SOCKET call database stored procedure calls, etc., for beginners is a good example of dealing with a simple front-newsletter is also no problem.
Platform: | Size: 126976 | Author: R Woo | Hits:

[VC/MFCVC_MFC_Sample4

Description: VC-MFC编程实例 附录A 控件窗口风格 附录B 消息、控件通知和消息映像宏 附录C 访问其他应用程序类 附录D 开发中注意事项 附录E MFC快速参考指南-VC-MFC programming examples of the control window styles in Appendix A Appendix B message notification and message control, image macros in Appendix C to access other application development category in Appendix D Appendix E MFC Notes Quick Reference Guide
Platform: | Size: 3818496 | Author: clark | Hits:

[Chess Poker gamesb-w-chess

Description: 一个vc++编的黑白棋的小游戏,,开发游戏的可以- a game named black-white chess for game development.
Platform: | Size: 414720 | Author: xy | Hits:

[VC/MFCdem

Description: USGS DEM文件格式说明,详细说明A,B,C类文件的文件头格式-USGS DEM fileheader description, descript A, B, C class header file format in detail
Platform: | Size: 17408 | Author: 郝红星 | Hits:

[Windows Developvcscrolldesktop

Description: 一个有意思的VC++桌面滚动特效,这里先提示一下大家,最好在重启或关机前测试本程序,有一些功能在运行测试后不知如何还原,至少我还没弄懂如何还原~因此会给你带来不便。   滚动桌面的意思是桌面上的图标会整体下移,各窗口的状态栏也会下移,下移后将看不到被移走的部分,因此正常使用电脑的时候最好不要测试。-An interesting VC++ Desktop scrolling effects, where the first reminder everyone that the best restart or shut down before the test in this program, there are some features I do not know how to run tests to restore, at least I did not make sense of how to restore ~ So will you take an inconvenience. Desktop means rolling on the desktop icon will be the overall downward, the window' s status bar will move down, down will not see the part to be removed, so normal when the computer is best not to test.
Platform: | Size: 4096 | Author: 追风 | Hits:

[Ftp ClientFTP

Description: Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过   目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序;   注意:    a.帐号密码为toldo    b.主目录为c:/temp,在连接之前请先建立-Ftp client and server, the full version of VC++, is a relatively simple ftp program, but the program offers a variety of interfaces, allowing readers to view a variety of complex ftp program, proceedings have been achieved in all program modules, all of the above procedures In VC6.0 debug directory ftp server through a console-based ftp server program, able to achieve most of the FTP server program Note: a. account password toldo b. the main directory is c:/temp, in connection before you build
Platform: | Size: 43008 | Author: gaciya | Hits:

[matlabbsplineandbezier

Description: b样条和贝塞尔曲线的绘制,matlab和vc平台上的两个版本-b-spline and Bezier curve drawing, matlab, and two versions of the platform vc
Platform: | Size: 1889280 | Author: 杨卫成 | Hits:

[Windows Developb

Description: VC++编程入门和主要的编程思想,同时该书还举出了很多相关的例子,让读者从实践中去学习.-Introduction to VC++ programming and the main programming ideas, while the book also cited a number of related cases to allow readers to learn from practice.
Platform: | Size: 352256 | Author: allison | Hits:

[Algorithmvc

Description: vbfangbo方波程序,很简单的。用一个按键去执行这个文件-v b fang bo cheng xu simple ones can u help me thanks.in this program, u can see a lot of things.
Platform: | Size: 6144 | Author: wangyu | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 15 »

CodeBus www.codebus.net